Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add creation_mode for LARGEFILE #36

Merged

Conversation

dustinvannoy-db
Copy link
Contributor

Add LARGEFILE creation mode option to improve performance when creating a Hyper file on Apache Spark for a large dataset. It does this by saving multiple files and using an ARRAY of Parquet file paths in the COPY command.
Note: This only works on Databricks using dbfs.

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "hyperleaup"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Will Girten", email="[email protected]" },
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dustinvannoy-db mind if we add you as an author here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me.

@goodwillpunning goodwillpunning merged commit bf2a4e6 into goodwillpunning:master Sep 5, 2023
@goodwillpunning
Copy link
Owner

LGTM! Thank you for the code contrib, @dustinvannoy-db!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants